time.zoneTrans.index (field)

8 uses

	time (current package)
		zoneinfo.go#L55: 	index        uint8 // the index of the zone that goes into effect at that time
		zoneinfo.go#L196: 	zone := &l.zone[tx[lo].index]
		zoneinfo.go#L236: 	if len(l.tx) > 0 && l.zone[l.tx[0].index].isDST {
		zoneinfo.go#L237: 		for zi := int(l.tx[0].index) - 1; zi >= 0; zi-- {
		zoneinfo.go#L259: 		if tx.index == 0 {
		zoneinfo_read.go#L301: 		tx[i].index = txzones[i]
		zoneinfo_read.go#L313: 		tx = append(tx, zoneTrans{when: alpha, index: 0})
		zoneinfo_read.go#L326: 			l.cacheZone = &l.zone[tx[i].index]